3 #include "ScreenTemplate.h"
6 #include "ResourceMaster.h"
16 class Menu
: ScreenTemplate
19 Menu(int* scrs
, FileIO
* filePntr
, ResourceMaster
* resourcePointer
);
36 bool* hoverAddressOld
;
38 Animation
*outlineAnimation
;
40 SDL_Rect rectTextSize
;
42 SDL_Texture
* textLevelSelect
;
43 SDL_Rect rectLevelSelect
;
45 SDL_Texture
* textSettings
;
46 SDL_Rect rectSettings
;
48 SDL_Texture
* textMusicRoom
;
49 SDL_Rect rectMusicRoom
;
51 SDL_Texture
* textQuit
;